home *** CD-ROM | disk | FTP | other *** search
/ Advanced Placement Companion: Precalculus / Advanced Placement Companion: Precalculus.iso / pc / M_DIR / 12-12010.DIR / 00017.ls < prev    next >
Encoding:
Text File  |  1998-04-15  |  203 b   |  10 lines

  1. on mouseDown
  2.   if the visible of sprite 9 = 0 then
  3.     set the visible of sprite 9 to 1
  4.   else
  5.     set the visible of sprite 9 to 0
  6.   end if
  7.   set the visible of sprite 8 to 0
  8.   puppetSound("click")
  9. end
  10.